ASP.NET Core MVC コントロールヘルプ
Start メソッド (WaterfallBuilder<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > WaterfallBuilder<T> クラス : Start メソッド
The value.
Configurates C1.Web.Mvc.Waterfall<T>.Start. Sets a value that determines the value of the start bar. If start is null, start bar will not show.
シンタックス
'宣言
 
Public Function Start( _
   ByVal value As System.Nullable(Of Integer) _
) As WaterfallBuilder(Of T)
public WaterfallBuilder<T> Start( 
   System.Nullable<int> value
)

パラメータ

value
The value.

戻り値の型

Current builder.
参照

WaterfallBuilder<T> クラス
WaterfallBuilder<T> メンバ